home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK2.toast / Development Kits (Disc 2) / Word Services SDK 1.0.8 / Writeswell Jr 1.2.3 Sources ƒ / Library Source / UserItem.h < prev    next >
Encoding:
Text File  |  1997-01-19  |  440 b   |  11 lines  |  [TEXT/CWIE]

  1. /* UserItem.h
  2.  * Handy utilities for manipulating user items.
  3.  * Copyright ©1997 Crawford Software Consulting.  All Rights Reserved.
  4.  * 19 Jan 97 Mike Crawford crawford@scruznet.com http://www.scruznet.com/~crawford/
  5.  * 
  6.  * Get the Word Services Software Development Kit from http://www.wordservices.org/
  7.  */
  8.  
  9. void InstallUserItemProc( DialogPtr dlg, short item, ProcPtr userProc );
  10. void DestroyUserItemProc( DialogPtr dlg, short item ); 
  11.